@charset "utf-8";

/* CSS Document */

ol, ul{ list-style: none outside none;}

/* Clear Fix */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix{display:inline-block;}

/* Hide from IE Mac */

.clearfix{display:block;}

/*图片放大镜样式*/

.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}

.jqzoom img{max-height: 236px;}

.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:330px;height:335px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/

.spec-preview{width:330px;height:236px;;border:1px solid #DFDFDF;}

.spec-scroll{clear:both;width:332px;margin-top:10px;}

.spec-scroll .picprev{float:left;margin-right:8px;}

.spec-scroll .picnext{float:right;}

.spec-scroll .picprev,.spec-scroll .picnext{display:block;font-family:"宋体";text-align:center;width:10px;height:35px; line-height:35px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}



.spec-scroll .items{float:left;position:relative;width:290px;height:52px;overflow:hidden;}

.spec-scroll .items ul{position:absolute;width:999999px;height:52px;}

.spec-scroll .items ul li{float:left;width:52px;text-align:center;border: none;margin-right: 7px;}

.spec-scroll .items ul li img{border:1px solid #CCC;width:50px;}



/*

本代码由js代码网收集并编辑整理;

尊重他人劳动成果;

转载请保留js代码网链接 - http://www.jsdaima.com

*/
.title-wp h2{display: inline-block;
min-width: 40px;
height: 45px;
padding: 0;
color: #333;
font-size: 22px;
font-weight: normal;
line-height: 45px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: top;}
.title-wp p{margin-bottom: 0;
color: #999;
line-height: 26px;
font-size: 16px;}
.data .input {
    padding: 8px 16px;
    font-size: 14px;
    transition: all 0.3s linear;
    vertical-align: top;
}
.data .input_option .input {
    border: 1px solid #eff0f4;
    border-bottom: 1px solid #e7e8ec;
    background: #eff0f4;
    box-sizing: border-box;
}
.data .input_option input.input {
    width: 100% !important;
}
.data .title_name {
    float: left;
    width: 100px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 42px;
    text-align: right;
    display: none;
}
.iFCB-form .data {
    margin-bottom:20px;
    padding: 0;
    box-sizing: border-box;
}
.data .input_option textarea.input {
    width: 100% !important;
    min-height:180px;
    font-size:14px;
    font-family:"雅黑";
}
.iFCB-form .btn-area {
    padding: 4px 0 0 !important;
    clear: both;
    text-align: center;

}
.btn-area .btn-submit, .btn-area .reset {
    display: inline-block;
    width: 49%;
    height: 44px;
    border: 0;
    font-size: 18px;
    line-height: 44px;
    transition: all 0.3s linear;
    z-index: 1;
    vertical-align: top;
    cursor: pointer;
}
.iFCB-form .btn-area .btn-submit, .iFCB-form .btn-area .reset {
    width: 185px;
    border-radius: 4px;
    border: 0;
    background:#0c7c02;
    color: #fff;
    font-size: 16px;
}
.btn-area .btn-submit {
    background: #3b76df;
    background: linear-gradient(to bottom,#3b76df,#3b76df);
    margin-right: 13px;
}
.iFCB-form .btn-area .reset {
    background: #515151;
}